home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TMAILITFORM / TMAILITFORM.txt
Text File  |  2005-03-06  |  876b  |  42 lines

  1. object MailItForm: TMailItForm
  2.   Left = 304
  3.   Top = 297
  4.   BorderStyle = bsDialog
  5.   Caption = 'PowerArchiver Mail-It'
  6.   ClientHeight = 62
  7.   ClientWidth = 254
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Scaled = False
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 24
  20.     Width = 232
  21.     Height = 13
  22.     Caption = 'Starting your default E-mail client. Please wait...'
  23.   end
  24.   object MegaMail: TMegaMail
  25.     Left = 0
  26.     Top = -4
  27.     Width = 26
  28.     Height = 26
  29.     About = 'MegaSistemas Ltda(c) By Jair... 1,997. Medell'#237'n - Colombia'
  30.     AddDate = False
  31.     Attachment = True
  32.     OnErrorSend = MegaMailErrorSend
  33.   end
  34.   object Timer1: TTimer
  35.     Enabled = False
  36.     Interval = 100
  37.     OnTimer = Timer1Timer
  38.     Left = 24
  39.     Top = 65528
  40.   end
  41. end
  42.